Free hosting solution for a very low-traffic website [duplicate]

Posted by user966939 on Pro Webmasters See other posts from Pro Webmasters or by user966939
Published on 2013-06-29T20:00:17Z Indexed on 2013/06/29 22:29 UTC
Read the original article Hit count: 248

Filed under:
|
|

This question already has an answer here:

I run a very low-traffic website (about 40 users, basically all of which are daily active on the site). I don't see it changing anytime soon either, as there is no way to sign up on the site right now.

Until now I have just been using a sub-directory on a friend's host (shared), to host the web site. But in only a few weeks from now, his subscription will end, and he has no plans on renewing it. So of course this means I'll have to move on to something else. But I don't think I'll find someone who'd be willing to share a... shared host with me again. And besides, the software used on that server is ancient (PHP 4.4.9 + MySQL 4.1.22).

There's one obvious solution that comes to mind, I guess: choose a better host and pay for it myself. The problem here is that I have no real fixed income, as I'm only a student. So even if the pricing is dirt cheap, I just can't be certain I will be able to afford it, every single month, for... at least 2 years maybe?

So I've looked at free hosting solutions instead. The least requirement I had was that it was completely free of ads. But no matter where I look, I always find something in a corner or two ("what can you expect from a free host?" - yeah I know, but I guess it was worth a shot). For example, on Byethost (one of the free hosts I tried), if you trigger a PHP error while error reporting is set to E_ALL, you will spawn some hidden ad... Besides Byethost, I've tried 000Webhost, x10Hosting, 2Freehosting/1Freehosting, Wink.ws, and they are only worse.

Okay, I'm running low on ideas. But! What if I just hosted the site myself, on my own computer? That could work. I actually do have my computer on practically 24/7. But not really. Sometimes I need to reboot it, and sometimes we even have power outages. And what if the hardware needs an upgrade? It's not such a big deal for me if the site went down, because I know what's going on; but what about the users? If I do decide to host it myself, is there some way to show users an alternate page instead of them just seeing a generic "server not found" page in the browser when the site is not accessible?

Or is there something I have been missing out on? Is there a different kind of "web hosting" solution out there that I haven't heard of?

Here is what I'm really looking for:

  • Free (as in, no costs)
  • NO ads
  • Bandwidth enough for a low-traffic forum with roughly 40 users
  • (Semi-)Up-to-date PHP and MySQL (at least not older than a year)
  • No standard (non-extension) PHP functions turned off - such as sleep()
  • The mbstring extension is enabled
  • Disk space: at least 5 MB
  • At least one MySQL database

Some bonus points would be:

  • Max execution time of PHP scripts can be set
  • Remote access to MySQL database

What would be the best solution for me? Is there one?

© Pro Webmasters or respective owner

Related posts about web-hosting

Related posts about php